Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: retrieve prover input per block #499

Merged
merged 6 commits into from
Aug 22, 2024

Conversation

atanmarko
Copy link
Member

@atanmarko atanmarko commented Aug 15, 2024

Resolves #442

@atanmarko atanmarko self-assigned this Aug 15, 2024
@github-actions github-actions bot added the crate: zero_bin Anything related to the zero-bin subcrates. label Aug 15, 2024
@atanmarko atanmarko marked this pull request as ready for review August 15, 2024 12:18
@atanmarko atanmarko marked this pull request as draft August 15, 2024 12:20
@atanmarko atanmarko marked this pull request as ready for review August 15, 2024 12:25
zero_bin/rpc/src/lib.rs Outdated Show resolved Hide resolved
@atanmarko atanmarko force-pushed the feat/retrieve-prover-input-per-block branch from 9a7123e to 1396b5a Compare August 16, 2024 10:09
@Nashtare Nashtare added this to the Performance Tuning milestone Aug 17, 2024
@atanmarko atanmarko force-pushed the feat/retrieve-prover-input-per-block branch from 1396b5a to c240fe9 Compare August 19, 2024 09:08
Copy link
Collaborator

@Nashtare Nashtare left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you Marko! I tested it over a fairly large range (80 blocks) and it's working as expected.

zero_bin/prover/src/lib.rs Outdated Show resolved Hide resolved
zero_bin/rpc/src/lib.rs Outdated Show resolved Hide resolved
@atanmarko atanmarko force-pushed the feat/retrieve-prover-input-per-block branch from c240fe9 to 9087c75 Compare August 22, 2024 09:54
@atanmarko atanmarko merged commit 6bcf06b into develop Aug 22, 2024
16 checks passed
@atanmarko atanmarko deleted the feat/retrieve-prover-input-per-block branch August 22, 2024 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crate: zero_bin Anything related to the zero-bin subcrates.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

zero-bin(rpc): Do not wait for all blocks to be processed before proving
3 participants